home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / Python-1.4 / Python14.readme < prev    next >
Text File  |  1998-02-03  |  3KB  |  97 lines

  1. Short:    Python language 1.4 (bin+lib)
  2. Author:   ijong@gak.nl (Irmen de Jong)
  3. Uploader: ijong@gak.nl (Irmen de Jong)
  4. Type:     dev/lang
  5. Requires: 68020, Kickstart 2.04, 2Mb RAM
  6. Replaces: dev/lang/Python14.lha
  7.  
  8.  
  9.                            PYTHON 1.4 RELEASE 2
  10.  
  11.                         (minor maintenance release)
  12.  
  13.                              January 31, 1998.
  14.  
  15.     
  16.            Conversion and Amiga specific code by Irmen de Jong.
  17.               (Original code by Guido van Rossum and others)
  18.  
  19.  
  20.  
  21. * WHAT'S THIS?
  22.  
  23. This is the Python interpreter (version 1.4) for AmigaDOS.  If you don't
  24. know what Python is and what it can do for you, visit the Python homepage
  25. at <http://www.python.org/>.
  26.  
  27.  
  28. * WHAT'S IN THIS ARCHIVE?
  29.  
  30.     - Python 1.4 binaries for 68020/IEEE math, and 68030+FPU.
  31.     - Installer® installation script (in Dutch and English)
  32.     - Some demo programs & icons
  33.     - Python library modules
  34.     - Some documentation on Python and regular expressions
  35.  
  36.  
  37. * MINIMAL SYSTEM REQUIREMENTS    
  38.  
  39.     - 2 megabytes of memory.
  40.     - Harddisk recommended.
  41.     - Kickstart 2.04
  42.     - 68020 CPU (No FPU required for IEEE version)
  43.     - For networking functions: AmiTCP (Version 4)
  44.       (version 3 might work too, but I haven't checked this)
  45.     - For user authorisation stuff: usergroup.library from AmiTCP or
  46.       MultiUserFileSystem.
  47.  
  48.  
  49. * CHANGES SINCE THE PREVIOUS RELEASE (version 1.3 Jun 26 1996)
  50.  
  51. IMPORTANT CHANGES SINCE THE PREVIOUS VERSION (version 1.4 Jan 12 1997):
  52.  
  53.     - Included the bugfixes which were available as a patch file, see below.
  54.     - Some minor other fixes and changes.
  55.     - Distributing the source code along with this archive.
  56.       Look for `Python14_Src.lha' in the same place.
  57.     - Recompiled with SAS/C 6.58.
  58.  
  59.   Fixed bugs:
  60.     - possible enforcer hit or crash at exit (caused by wrong mempools code)
  61.     - roundoff errors in mathmodule. random.py works again
  62.     - readlink code (os.readlink) now works correctly
  63.  
  64.  
  65. The following modules are built-in in this release:
  66.     amiga        arexxll        array        binascii
  67.     cmath        crypt        doslib        environment
  68.     errno        grp        imp        marshal
  69.     math        md5        new        operator
  70.     pwd        regex        rotor        select
  71.     socket        soundex        strop        struct
  72.     sys        syslog        time        timing
  73.     urlop
  74.  
  75.  
  76. Check the README file in the archive for more information.  You can also
  77. find more information on Python at my Python WWW page;
  78. <http://www.geocities.com/ResearchTriangle/Lab/3172/python.html>
  79.  
  80.  
  81. IMPORTANT:
  82. Please let me know if you find any errors, encounter problems, or have any
  83. suggestions!  But, as I work on this in my spare time, don't expect
  84. miracles...
  85.  
  86. SUGGESTION:
  87. Unpack the archive to where you want the program to be.  The installation
  88. will then be performed much quicker.
  89.  
  90.  
  91.                     Irmen de Jong
  92.  
  93.                     ijong@gak.nl
  94.  
  95.  
  96. PS Look out for AmigaPython version 1.5!
  97.